home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / src / drt0.c < prev    next >
C/C++ Source or Header  |  1991-08-14  |  682b  |  20 lines

  1. /*  drt0.c:     Static Constructor Initialization for Dynamically
  2.  *                    Linked Libraries
  3.  *  Author:           James Kempf
  4.  *  Created On:       Fri Dec 21 08:31:07 1990
  5.  *  Last Modified By: James Kempf
  6.  *  Last Modified On: Wed Apr 24 10:41:25 1991
  7.  *  Update Count:     46
  8. */
  9.  
  10.  
  11. /*This horrible, crufty hack is necessary because the people who */
  12. /*  implemented PIC code didn't have enough time to change the   */
  13. /*  linker to make it properly create relocatable files using    */
  14. /*  the -r switch when PIC code was involved.                    */
  15.  
  16. #include "init_main.c"  /* That's right, .c */
  17. #include "init.c" 
  18. #define DYNAMIC_LIBS
  19. #include "dynamic_lib.c"
  20.